loadable kernel modules meaning in Chinese
可加载内核模块
内核模块
Examples
- Snare ( system intrusion analysis and reporting environment ) is a dynamically loadable kernel module that will form the basis for a host intrusion detection facility and c2 - style auditing / event logging capability for linux
Snare能够让你随时了解你系统中内核模块的执行情况,同时随时向你报告系统运行状态 - Base on lsm framework , many different access control models have been implemented as loadable kernel modules . this paper has researched the mechanism of the lsm , and implemented a kind of security auditing policy
本文对lsm的设计和安全策略的实现进行深入的研究,并运用lsm的可移植性提出了一种基于lsm的通用安全审计系统。 - The thesis implements acl mechanism in the kernel for r , w and x permission , and a loadable kernel module with the hooks inserted into kernel by the linux security module ( lsm ) for the extended permission
提出、设计并实现了基于lsm安全框架的可动态加载的acl模块,包括插入在内核中的12个用于细化的权限访问检查的钩子函数。 - Then , combining the characteristics of linux operating system and the requirements of mobile ipv6 , the unique solution of implementing mobile ipv6 on linux is proposed using the linux module netfilter framework and the kernel module program mode of loadable kernel module
在此基础上,结合linux操作系统的特点和移动ipv6的要求,利用linux系统具备的netfilterframework以及loadablekernelmodule内核模块编程方式提出了富有特色的解决方案。 - Connecting with system booting , this thesis introduces network booting and nfs file system . connecting with kernel cutting , using modularized programming and loadable kernel module mechanism of linux , i give some rules that decide what module will be compiled in the kernel . connecting with file system cutting , elf object file , dynamic and static link , standard c library and busybox concept have been used
利用网卡的bootrom从网络主机进行系统加载, nfs文件系统的应用也为系统调试带来极大的便利;通过可加载内核模块机制进行最小内核的定制,提出内核模块选择的基本原则;在最小文件系统的设计上,论文采用了busybox思想使得系统不存在冗余文件,对标准c库进行版本选择、 elf目标文件冗余去除、动态链接和静态链接选择方案等技术来达到系统中每个文件都最精简。